home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / lldemo / lldemo.shr / ROSETTA.EXE / ROSETTA.DXR / 00088_RUN-browse Icon.ls < prev    next >
Encoding:
Text File  |  1996-06-24  |  139 b   |  6 lines

  1. on mouseUp
  2.   if (the mouseH > 434) and (the mouseH < 474) and (the mouseV > 58) and (the mouseV < 94) then
  3.     enterBrowser()
  4.   end if
  5. end
  6.